home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / blueapp.zip / GAMEINFO.TXT < prev    next >
Text File  |  1997-03-12  |  2KB  |  50 lines

  1.   
  2.  General info:
  3.         We require "fast" turns times for nearly all the games.
  4.         A sample for Falcon/Bre/Tal is as follows:
  5.  
  6.    You recieve mail & mailer exits with error level to batch file.
  7.         
  8.    if errorlevel 50 goto Mailin  (goto subroutine to toss mail)
  9.  
  10.  
  11.   :Mailin
  12.     If exist c:\fd\file\007B*.* goto Bree 
  13.     ^^ The above line looks for an Inbound league 7 bre file.
  14.        if found we go to subroutine Bree
  15.   
  16.     If exist c:\fd\file\007F*.* goto Falc 
  17.     ^^ The above line looks for an Inbound league 7 Falcon file.
  18.        if found we go to subroutine Falc
  19.      Gecho Toss
  20.           ^^^^  run mail tosser
  21.         reload your mailer
  22.  
  23.   :Bree
  24.    cd\BRE    (change to bre dir)
  25.       bre inbound
  26.       bre outbound
  27.       bre scores
  28.         (at this point there are no longer any 007B*.* files in the
  29.          inbound file directory....Bre inbound removed/processed them)
  30.       goto Mailin
  31.       ^^^^^^^^^^^ go back to mailin & rerun, there may be other files
  32.           for other games & you do need to run your mail tosser. 
  33.   :Falc
  34.    cd\FE    (change to Falcon dir)
  35.       FE inbound
  36.       FE outbound
  37.       FE scores
  38.         (at this point there are no longer any 007F*.* files in the
  39.          inbound file directory....FE inbound removed/processed them)
  40.       goto Mailin
  41.       ^^^^^^^^^^^ go back to mailin & rerun, there may be other files
  42.           for other games & you do need to run your mail tosser. 
  43.  
  44.   Over all this is a fairly simple routine & will turn the game files
  45.    Immediately.
  46.        In state nodes normally will wind up with about a 3 hour turn time
  47.           or less.  Out of state nodes 24 to 36 hours.
  48.        The out of state times ARE gettin better using Inet connects &
  49.        also COST less.
  50.